FlakyTestCase

A test that is expected to fail some of the time.

class FlakyTestCase : TestCase {}

Inherited Members

From TestCase

getPath
string getPath()
opCall
string[] opCall()

Executes the test.

numTestsRun
ulong numTestsRun()

Certain child classes override this

Meta